HighlightRectRequest
data class HighlightRectRequest(x: Int, y: Int, width: Int, height: Int, color: RGBA?, outlineColor: RGBA?)
Content copied to clipboard
Represents request frame that can be used with Overlay#highlightRect operation call.
Highlights given rectangle. Coordinates are absolute with respect to the main frame viewport.